home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / conf.d / keymaps < prev    next >
Text File  |  2006-04-25  |  712b  |  27 lines

  1. # /etc/conf.d/keymaps
  2.  
  3. # Use KEYMAP to specify the default console keymap.  There is a complete tree
  4. # of keymaps in /usr/share/keymaps to choose from.
  5.  
  6. KEYMAP="fr_CH"
  7.  
  8.  
  9. # Should we first load the 'windowkeys' console keymap?  Most x86 users will
  10. # say "yes" here.  Note that non-x86 users should leave it as "no".
  11.  
  12. SET_WINDOWKEYS="no"
  13.  
  14.  
  15. # The maps to load for extended keyboards.  Most users will leave this as is.
  16.  
  17. EXTENDED_KEYMAPS=""
  18. #EXTENDED_KEYMAPS="backspace keypad euro"
  19.  
  20.  
  21. # Tell dumpkeys(1) to interpret character action codes to be 
  22. # from the specified character set.
  23. # This only matters if you set UNICODE="yes" in /etc/rc.conf.
  24. # For a list of valid sets, run `dumpkeys --help`
  25.  
  26. DUMPKEYS_CHARSET=""
  27.